Version 1.0.6

 1.) When adding the "S-Record Offset" feature in version 1.0.5 it broke file compares for Flash.
     (Start and end addresses passed to the command line tool were incorrect).

Version 1.0.5

 1.) When comparing EEPROM files, added a change allowing the use of the "S-Record Offset" option
     to specify an offset in the S-Record load address. For example, if an MCU's EEPROM default
     address range for EEPROM is $0000 - $03FF, but both S-Record files have load address ranges
     from $0C00 - $0FFF, an offset of $C00 can be placed in the "S-Record Offset" option field
     to allow the files to be compared.

Version 1.0.4

 1.) Made numerous changes to accomodate support for the S12X family. This also involved changes
     to the SRecCvt command line tool. This version of the SRecCvt-GUI program requires the use
     of the SRecCvt command line tool 1.0.22.

 2.) Added several new devices to the Device.dat file.

Version 1.0.2

 1.) If the 'S-Record Offset' option was checked and the 'Operation' pop-up menu was changed
     from 'Convert File' to 'Random Data File', the 'S-Record Offset' option would remain checked
     but be disabled.

Version 1.0.1

 1.) Problem generating random data file with banked addresses was fixed. If banked output file
     was chosen, GUI would use the "-m" option instead of the "-b" option to define the target
     memory map. This would result in an error message (End Address Less Than Start Address)
     being returned from the command line tool

 2.) When a random data file was generated on Mac OSX, the file type was not being properly
     set to "TEXT" if the default path (boot volume) and file name (Out.S19) was used.
 
 Version 1.0.0

 1.) Original Release